Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DJL Paddle OCR Example #568

Merged
merged 4 commits into from
Feb 2, 2021
Merged

Conversation

lanking520
Copy link
Contributor

Description

This PR used three models to run the OCR task

  • detection: find the word blocks
  • direction: find the direction of the words
  • recognition: recognize the words inside

Qing Lan added 2 commits February 2, 2021 11:51
Change-Id: I26c0210886f005c0bf107d6b68e573922e6aafe5
@lanking520 lanking520 changed the title Add DJL Paddle OCR Example [WIP] Add DJL Paddle OCR Example Feb 2, 2021
.optTranslator(new CharacterRecognitionTranslator())
.build();

ZooModel<Image, String> model = ModelZoo.loadModel(criteria);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This model is not closed

Qing Lan added 2 commits February 2, 2021 14:05
ocr
Change-Id: Icdcb59000bb980efde03ac7b7ed33667779dbaeb
Change-Id: Iba56203868da68ab0a4ef6e19485787234a9c87a
@lanking520 lanking520 merged commit 2ba4fb7 into deepjavalibrary:master Feb 2, 2021
@lanking520 lanking520 deleted the ocr branch February 2, 2021 23:06
Lokiiiiii pushed a commit to Lokiiiiii/djl that referenced this pull request Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants